home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / 4os232.zip / REN32.BTM < prev    next >
Text File  |  1992-12-30  |  955b  |  40 lines

  1. setlocal
  2. unalias *
  3. cls
  4. iff "%_dos" != "DOS" then
  5.   beep
  6.   text
  7.  
  8.  
  9.   *** You are running in an OS/2 session.  REN32 must be run in a DOS ***
  10.   *** session!  See 4OS2-32.DOC for details.                          ***
  11.  
  12.   endtext
  13.   quit
  14. endiff
  15. text
  16.  
  17.                                    REN32.BTM
  18.  
  19.         This file renames your old 4OS2 version 1.0 files to preserve
  20.         them, then renames the new 4OS2/32 files so that they have the
  21.         standard 4OS2 names.
  22.  
  23.         If you want to move the files so that the old version 1.0
  24.         files are overwritten, answer N to the question below, and run
  25.         MOVE32 instead.
  26.  
  27. endtext
  28. inkey /k"YN" Proceed (Y/N)? %%key
  29. if "%key" != "Y" quit
  30. ren 4os2.exe 4os2-16.exe
  31. ren shralias.exe shrals16.exe
  32. ren 4os2-32.exe 4os2.exe
  33. ren shrals32.exe shralias.exe
  34. ren 4os2a.ico 4os2-16a.ico
  35. ren 4os2-32a.ico 4os2a.ico
  36. ren 4os2b.ico 4os2-16b.ico
  37. ren 4os2-32b.ico 4os2b.ico
  38. endlocal
  39.  
  40.